<div class="comm_add_title">Add your comment</div>
<div class="comm_add">
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="commTable">
<tr><td class="commTd2" colspan="2">$ERROR$</td></tr>
<?if(!$USER_LOGGED_IN$)?>
<tr><td width="15%" class="commTd1" nowrap> *:</td><td class="commTd2"><input style="width:100%;" class="commFl" type="text" name="name" value="$NAME$" maxlength="60"></td></tr>
<tr><td class="commTd1">Email:</td><td class="commTd2"><input style="width:100%;" class="commFl" type="text" name="email" value="$EMAIL$" maxlength="60"></td></tr>
<?endif?>
<tr><td class="commTd2" colspan="2"><textarea class="commFl" style="height:135px;width:100%;" name="message" id="message">$MESSAGE$</textarea></td></tr>
<?if($SECURITY_CODE$)?><tr><td class="commTd1" nowrap> *:</td><td class="commTd2">$SECURITY_CODE$</td></tr><?endif?>
</table>
<div align="right" style="<?if($SECURITY_CODE$)?>float:right;margin-top:-25px;<?endif?>"><input type="submit" id="addcBut" name="submit" value="Add comment"></div>
</div>